Represents an OData v4.01 collection response containing a list of entities with optional pagination metadata.
Uses simplified OData v4.01 notation for context and metadata properties.
[JsonPropertyName("@count")]public long ODataCount { get; set; }
Gets or sets the total number of entities in the collection using OData v4.01 simplified count notation.
This property is only populated when the $count query option is used.
Gets or sets the URL for retrieving the next page of results using OData v4.01 simplified notation.
This property is null if there are no more pages available.